home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Tools / Win95 Secrets / SETUP.Z / W32INFO.H < prev    next >
Encoding:
Text File  |  1995-07-19  |  243 b   |  14 lines

  1. //==================================
  2. // W32SVSPY - Matt Pietrek 1995
  3. // FILE: W32INFO.H
  4. //==================================
  5. BOOL
  6. GetWin32ServiceName(
  7.     DWORD id,
  8.     DWORD param1,
  9.     PSTR pszBuffer,
  10.     unsigned cbBuffer
  11. );
  12.  
  13.  
  14.